github.com/cespare/xxhash/v2.Digest.total (field)

8 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L34: 	total uint64
		xxhash.go#L64: 	d.total = 0
		xxhash.go#L77: 	d.total += uint64(n)
		xxhash.go#L132: 	if d.total >= 32 {
		xxhash.go#L143: 	h += d.total
		xxhash.go#L183: 	b = appendUint64(b, d.total)
		xxhash.go#L202: 	b, d.total = consumeUint64(b)
		xxhash.go#L204: 	d.n = int(d.total % uint64(len(d.mem)))